home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintmant / pusrval.txt < prev    next >
Text File  |  1992-03-24  |  835b  |  64 lines

  1. Pusrval(2)                Oct. 1, 1991                 Pusrval(2)
  2.  
  3.  
  4.  
  5. NAME
  6.      Pusrval - get or set process specific information
  7.  
  8. SYNOPSIS
  9.      LONG Pusrval(LONG val);
  10.  
  11. DESCRIPTION
  12.      Pusrval may be used to  set  or  retrieve  the  old  process
  13.      specific  user  value. This is a long word which is attached
  14.      to the process, and is inherited by child processes. The use
  15.      and meaning of the value is entirely up to applications; the
  16.      kernel only records it.
  17.  
  18.      If val is -1 no change is made to the user value;  otherwise
  19.      it is set to val.
  20.  
  21. RETURNS
  22.      The old process specific user value.
  23.  
  24. SEE ALSO
  25. BUGS
  26.      -1 cannot be used as a user value.
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Version 0.9   Last change: MiNT Programmer's Manual             1
  61.  
  62.  
  63.  
  64.